Copy data and free data with free().
authorAlexander Larsson <alexl@redhat.com>
Mon, 19 Feb 2001 14:35:25 +0000 (14:35 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 19 Feb 2001 14:35:25 +0000 (14:35 +0000)
commitba46da61a70df8d3471063204e0d51a308a1747c
tree5985801294b33e0a8c6aed6cb57ff62647beb91c
parent1f6effe99bd65746e8b4b65c9ddc008ea0b21197
Copy data and free data with free().

2001-02-19 Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
Copy data and free data with free().

* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/io-jpeg.c:
* gdk-pixbuf/io-png.c:
Use g_try_malloc/g_free instead malloc/free.

* gdk-pixbuf/test-gdk-pixbuf.c:
Must... initialize... gobject...

* gdk-pixbuf/pixops/timescale.c:
* gtk/gtkcalendar.c:
Use g_malloc instead of malloc.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/io-jpeg.c
gdk-pixbuf/io-png.c
gdk-pixbuf/pixops/timescale.c
gdk-pixbuf/test-gdk-pixbuf.c
gdk/linux-fb/gdkimage-fb.c
gtk/gtkcalendar.c